home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.5 Complementary Applications 2004 February / SGI IRIX 6.5 Complementary Applications 2004 February.iso / dist / cde.idb / usr / dt / dthelp / help4help / C / MetaInfo.z / MetaInfo
Encoding:
Text File  |  2003-11-18  |  3.7 KB  |  123 lines

  1. <!-- MetaInfo -->
  2.  
  3. <!-- Copyright 2000, Silicon Graphics, Inc. -->
  4. <!-- ALL RIGHTS RESERVED -->
  5.  
  6. <!-- UNPUBLISHED -- Rights reserved under the copyright laws of the United -->
  7. <!-- States.   Use of a copyright notice is precautionary only and does not -->
  8. <!-- imply publication or disclosure. -->
  9.  
  10. <!-- U.S. GOVERNMENT RESTRICTED RIGHTS LEGEND: -->
  11. <!-- Use, duplication or disclosure by the Government is subject to restrictions -->
  12. <!-- as set forth in FAR 52.227.19(c)(2) or subparagraph (c)(1)(ii) of the Rights -->
  13. <!-- in Technical Data and Computer Software clause at DFARS 252.227-7013 and/or -->
  14. <!-- in similar or successor clauses in the FAR, or the DOD or NASA FAR -->
  15. <!-- Supplement.  Contractor/manufacturer is Silicon Graphics, Inc., -->
  16. <!-- 2011 N. Shoreline Blvd. Mountain View, CA 94039-7311. -->
  17.  
  18. <!-- THE CONTENT OF THIS WORK CONTAINS CONFIDENTIAL AND PROPRIETARY -->
  19. <!-- INFORMATION OF SILICON GRAPHICS, INC. ANY DUPLICATION, MODIFICATION, -->
  20. <!-- DISTRIBUTION, OR DISCLOSURE IN ANY FORM, IN WHOLE, OR IN PART, IS STRICTLY -->
  21. <!-- PROHIBITED WITHOUT THE PRIOR EXPRESS WRITTEN PERMISSION OF SILICON -->
  22. <!-- GRAPHICS, INC.  -->
  23. <!-- Help volume: Help4Help -->
  24. <!-- File name:   MetaInfo -->
  25.  
  26. <metainfo>
  27.  
  28. <title>Desktop Help System 
  29.  
  30. <copyright>
  31. <image><term nogloss|Common Desktop Environment 1.0|
  32. Copyright © 1999-&RelYr      Silicon Graphics, Inc
  33. Copyright © 1993, 1994, 1997 Hewlett-Packard Company
  34. Copyright © 1993, 1994, 1997 International Business Machines Corp.
  35. Copyright © 1993, 1994, 1997 Novell, Inc.
  36. Copyright © 1993, 1994, 1997 Sun Microsystems, Inc.
  37. <\image>
  38.  
  39.  
  40. <abstract>Help for using the Common Desktop Environment Help System
  41.  
  42. <!-- COMMENT
  43. The topic To Browse Desktop Help in the Tasks module contains 
  44. link to the <otherfront> element that follows; it provides a
  45. sample Help Manager help window.
  46. END COMMENT
  47. -->
  48.  
  49. <otherfront id=HelpManagerWindow><head>Help Manager Window with Help Families
  50. A help family includes one or more help volumes. You can select and view
  51. individual help volumes from Help Manager.
  52.  
  53. <figure nonumber entity=Help4HelpHelpManager>
  54. <\figure>
  55.  
  56. The Help Manager window contains an additional navigation button
  57. called Top Level. After browsing different help volumes,
  58. you can use Top Level to return to the Help Manager's main screen.
  59.  
  60. <procedure>See Also
  61. <list bullet tight>
  62. * <xref ToBrowseDesktopHelp>
  63. <\list>
  64.  
  65.  
  66. <!-- COMMENT
  67. The topic Using a Help Index in the tasks module contains a definition link to
  68. the <otherfront> element that follows; it gives examples of using
  69. regular expression characters.
  70. END COMMENT
  71. -->
  72.  
  73. <otherfront id=regexpressions><head>Regular Expression Pattern Search
  74.  
  75. <lablist nowrap><labheads> \Character  \  Meaning
  76.  
  77.  
  78. \&sigspace; . (period)\  Matches any character
  79.  
  80. \&sigspace; * (asterisk)\ Matches 0 or more of the preceding character
  81.  
  82. \&sigspace; ? (question mark)&sigspace;\ Matches 0 or 1 of the preceding character
  83.  
  84. \&sigspace; | (vertical bar) \ Specifies two search patterns and matches
  85. either pattern (logical OR)
  86.  
  87. \&sigspace; ( ) (parantheses) \ Encloses a pattern expression
  88.  
  89. <\lablist>
  90.  
  91. To search for a character that has special meaning in a regular
  92. expression precede the character with a \ (backslash).
  93.  
  94. <p>&sigspace;
  95.  
  96. <procedure>Examples
  97. This expression finds index entries that contain the word "mouse"
  98. followed by any number of characters followed by "clicking".
  99. <ex>
  100. mouse.*clicking
  101. <\ex>
  102.  
  103. This expression finds index entries that contain the
  104. word "mouse" or "click".
  105.  
  106. <ex>
  107. mouse | click
  108. <\ex>
  109.  
  110. This example finds index entries that contain "Session Manager" or "Style Manager".
  111.  
  112. <ex>
  113. (session | style).*manager
  114. <\ex>
  115.  
  116. <procedure>See Also
  117. <list bullet tight>
  118.  * <xref Index-Search>
  119.  * For more information about regular expressions, refer to the <computer>regexp(5)<\computer> man page
  120. <\list>
  121.  
  122.  
  123.